Displays the details of all subinterfaces in a Multiple Management IP network deployment or the details for a specified subinterface.
The following example shows the details for all configured subinterfaces.
+------+------------------+------+-------------------+-------------+------------- | Name | Parent Interface | Vlan | IP Subnet | IPv6 Subnet | +------+-------------------------+----------------------------+------------------+ | sub1 | ens160 | 100 | 10.10.10.1/24 | | +------+-------------------------+------+---------------------+------------------+ | sub2 | ens160 | 200 | 11.11.11.1/24 | 2000::1/64 | +------+-------------------------+------+---------------------+------------------+ | sub3 | ens160 | 300 | 13.13.13.1/24 | | +------+-------------------------+------+---------------------+------------------+ | sub4 | ens160 | 400 | 14.14.14.1/24 | 3000::1/64 | +------+-------------------------+------+---------------+------------------------+
The following example shows the details for the specified subinterface.
$ efa mgmt subinterface show --name sub2 +------+------------------+------+---------------+ | Name | Parent Interface | Vlan | IP Subnet | +------+------------------+------+---------------+ | sub2 | eth0 | 20 | 20.20.20.2/24 | +------+------------------+------+---------------+